wayland: Remove unused variable
authorBenjamin Otte <otte@redhat.com>
Tue, 1 Dec 2015 23:26:20 +0000 (00:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 1 Dec 2015 23:29:29 +0000 (00:29 +0100)
Poor gcc was unhappy.

gdk/wayland/gdkwindow-wayland.c

index f9069a127114780e86d0bc2605fe29792d024ec6..60dfc59c9c8812daa296e286be2f5f18bd27f797 100644 (file)
@@ -694,7 +694,6 @@ gdk_wayland_window_configure (GdkWindow *window,
                               int        height,
                               int        scale)
 {
-  GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
   GdkDisplay *display;
   GdkEvent *event;